home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / bbs / txmail21.zip / LOGIN.CMD < prev    next >
OS/2 REXX Batch file  |  1997-05-17  |  344b  |  24 lines

  1. ;
  2. ; TxMailer/PPP Login script file
  3. ;
  4. ; \T = Telephone number
  5. ; \L = Login name
  6. ; \P = Password
  7. ;
  8. START
  9.   DEBUG      OFF
  10.   HANGUP
  11.   SEND
  12.   WAIT     2
  13.   SEND       ATZ
  14.   WAIT     5 OK
  15.   WAIT     1
  16.   SEND       ATD \T
  17.   WAIT    40 CONNECT
  18.   WAIT    30 in:
  19.   SEND       \L
  20.   WAIT    15 word:
  21.   SEND       \P
  22.   WAIT     4
  23. END
  24.